Valossa Assistant (multimodal Video Ai Agent)

Created By
Valossa Labs Oy19 days ago
Valossa Assistant is a multimodal video-AI MCP server built on a decade of video understanding. Unlike video MCPs that stop at search or analysis, Valossa goes end to end: ingest a video, understand it (summary, chapters, named entities, keywords, visual scenes, IAB categories, sensitive-content flags), ask it questions conversationally, get transcripts and captions, surface the best soundbites and highlights — and export a finished MP4 clip with burned-in subtitles, smart-crop reframing (e.g. 9:16) and caption styling. Add the server, sign in for a free trial, and your agent has a complete video production pipeline. EU-built, credit-based, self-serve.
Overview

Valossa Assistant MCP server

Valossa Assistant MCP server — bring Valossa’s multimodal AI video analysis into Claude and your AI agents: ask your video library anything and get answers, soundbites, transcripts, metadata and finished clips.

New here?

You need a Valossa account to use this server. Create an account or sign in on the Valossa web app.

MCP endpoint

https://mcp-assistant.valossa.com/mcp

Transport: streamable-http. Authentication: OAuth 2.0 (the client opens a browser login on first connect).

Add it to your client

Claude Code (CLI):

claude mcp add --transport http valossa https://mcp-assistant.valossa.com/mcp

Claude Desktop, Cursor, and other JSON-config clients — add an entry like:

{
  "mcpServers": {
    "valossa": {
      "type": "http",
      "url": "https://mcp-assistant.valossa.com/mcp"
    }
  }
}

(Some clients call the key servers or the field transport instead of type — check that client's own MCP documentation. The URL and the streamable-http transport are the same everywhere.)

Any other MCP client: point it at the endpoint above using the streamable-HTTP transport. Clients that support MCP OAuth will handle login automatically; the discovery metadata is at /.well-known/mcp.json and /.well-known/oauth-protected-resource.

After adding it, your client will open a Valossa login page the first time you connect.

Documentation

https://mcp-assistant.valossa.com/documentation

Privacy policy

https://valossa.com/privacy-policy/

Terms&Conditions

https://valossa.com/terms-and-conditions/

Server Config

{
  "mcpServers": {
    "valossa": {
      "type": "http",
      "url": "https://mcp-assistant.valossa.com/mcp"
    }
  }
}
Project Info
Created At
19 days ago
Updated At
4 days ago
Author Name
Valossa Labs Oy
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago